/*
* 	Owl Carousel Owl Demo Theme 
*	v1.24
*/

.owl-theme .owl-controls{
	margin-top: 10px;
	text-align: center;
}

/* Styling Next and Prev buttons */

.owl-theme .owl-controls .owl-buttons div{
	color: #FFF;
	display: inline-block;
	zoom: 1;
	*display: inline;/*IE7 life-saver */
	margin: 5px;
	padding: 3px 10px;
	font-size: 12px;
	-webkit-border-radius: 30px;
	-moz-border-radius: 30px;
	border-radius: 30px;
	background: #869791;
	filter: Alpha(Opacity=50);/*IE7 fix*/
	opacity: 0.5;
}
/* Clickable class fix problem with hover on touch devices */
/* Use it for non-touch hover action */
.owl-theme .owl-controls.clickable .owl-buttons div:hover{
	filter: Alpha(Opacity=100);/*IE7 fix*/
	opacity: 1;
	text-decoration: none;
}

/* Styling Pagination*/

.owl-theme .owl-controls .owl-page{
	display: inline-block;
	zoom: 1;
	*display: inline;/*IE7 life-saver */
}
.owl-theme .owl-controls .owl-page span{
	display: block;
	width: 12px;
	height: 12px;
	margin: 5px 7px;
	filter: Alpha(Opacity=50);/*IE7 fix*/
	opacity: 0.5;
	-webkit-border-radius: 20px;
	-moz-border-radius: 20px;
	border-radius: 20px;
	background: #869791;
}

.owl-theme .owl-controls .owl-page.active span,
.owl-theme .owl-controls.clickable .owl-page:hover span{
	filter: Alpha(Opacity=100);/*IE7 fix*/
	opacity: 1;
}

/* If PaginationNumbers is true */

.owl-theme .owl-controls .owl-page span.owl-numbers{
	height: auto;
	width: auto;
	color: #FFF;
	padding: 2px 10px;
	font-size: 12px;
	-webkit-border-radius: 30px;
	-moz-border-radius: 30px;
	border-radius: 30px;
}

/* preloading images */
.owl-item.loading{
	min-height: 150px;
	background: url(AjaxLoader.gif) no-repeat center center
}






/*banner 设置*/
#owl-demo .owl-controls .owl-pagination{
  position: absolute;
  z-index:999;
  display:block;
  width:100%;
  bottom:0px;
  height:auto;
  line-height:0px;
}
#owl-demo .owl-controls .owl-page span{
	display: block;
	width: 12px;
	height: 12px;
	margin: 16px 6px;
	filter: Alpha(Opacity=80);/*IE7 fix*/
	opacity: 0.8;
	-webkit-border-radius: 0px;
	-moz-border-radius: 0px;
	border-radius: 0px;
	background: #2d2c38;
	border:1px solid #fff;
}
#owl-demo .owl-controls .owl-page.active span,
#owl-demo  .owl-controls.clickable .owl-page:hover span{
	filter: Alpha(Opacity=100);/*IE7 fix*/
	opacity: 1;
	background-color:#f8931f;
}
#owl-demo .owl-controls .owl-buttons div {
  position: absolute;
  z-index:999;
  background:none;
  padding: 0px;
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  border-radius: 0px;
  margin-top:-25px;
}
#owl-demo .owl-controls .owl-buttons .owl-prev{
      left: 60px;
      top: 50%;
	  margin-top:-30px;
    }

#owl-demo  .owl-controls .owl-buttons .owl-next{
      right: 60px;
      top: 50%; 
	  margin-top:-30px;
    }
	

#owl-demo .owl-theme .owl-controls .owl-buttons div{
	background-color:#4d4d4d;
	padding:0px;
}	
#owl-demo .icon-chevron-left{
	display: inline-block;
    width: 40px;
    height: 60px;
    line-height: 0px;
    vertical-align: text-top;
	background:url(slider-arrow.png) -126px -137px  no-repeat;
    background-repeat: no-repeat;
    margin-top: 0px;
	padding:0px;
	}
#owl-demo .icon-chevron-right{
	display: inline-block;
    width: 40px;
    height: 60px;
    line-height: 0px;
    vertical-align: text-top;
	background:url(slider-arrow.png) -6px -137px  no-repeat;
    background-repeat: no-repeat;
    margin-top: 0px;
	padding:0px;
	}

#owl-demo{ width:100%; height:500px;}
#owl-demo .owl-controls {
    margin-top: 0px;
    text-align: center;
}
#owl-demo .owl-wrapper-outer{ height:100%;}
#owl-demo .owl-wrapper{ height:100%;}
#owl-demo .owl-item{ height:100%;}
#owl-demo .item {width:100%; height:100%; background-size: auto 500px;}
#owl-demo .item img{
	display:none;
	width: 100%;
	height: auto;
}
@media ( max-width: 768px){
#owl-demo{ margin-top:0px;}
#owl-demo .item img{
	display:block;}
#owl-demo { height:auto;}
#owl-demo .owl-controls .owl-buttons .owl-prev{
      left: 10px;
      top: 50%; 
    }

#owl-demo  .owl-controls .owl-buttons .owl-next{
      right: 10px;
      top: 50%; 
    }

}
/* banner end */



/*首页产品*/
.fwlybox{ width:100%; background:url(../images/img-index-fwys.jpg) repeat; margin-bottom:60px;}
#fwly{ width:1140px; margin:auto; padding:45px 0px;}
#fwly .owl-wrapper-outer{ margin-bottom:10px; box-sizing:inherit;}
#fwly .owl-controls{margin:0px;}
#fwly .item{margin: 6px; padding:4px;background:#fff; transition-duration: .3s;}
#fwly .item a{ display:block; text-align:center;}
#fwly .item .index-fwimg{ position:relative; width:100%; height:58px; margin:28px 0px;}
#fwly .item .index-fwimg img{ position:absolute; top:0px; left:50%; margin-left:-29px;display: block;width: 58px;height: auto;  transition-duration: .3s;}
#fwly .item .index-ys1{ z-index:2;filter:alpha(opacity=100);-moz-opacity:1;-khtml-opacity: 1;opacity: 1;}
#fwly .item .index-ys01{ z-index:1;filter:alpha(opacity=0);-moz-opacity:0;-khtml-opacity: 0;opacity: 0;}
#fwly .item:hover .index-ys1{ z-index:2;filter:alpha(opacity=0);-moz-opacity:0;-khtml-opacity: 0;opacity: 0;  transition-duration: .3s;}
#fwly .item:hover  .index-ys01{ z-index:1;filter:alpha(opacity=100);-moz-opacity:1;-khtml-opacity: 1;opacity: 1;  transition-duration: .3s;}
#fwly .item b{ display:inline-block; width:100%; font-size:14px; line-height:14px; margin-bottom:6px; color:#333; text-align:center; white-space:nowrap; text-overflow:ellipsis; #o-text-overflow:ellipsis; overflow:hidden;  transition-duration: .3s;}
#fwly .item p{ display:inline-block; width:90%; margin-bottom:15px;  font-size:12px; line-height:20px; color:#666;  transition-duration: .3s;}
#fwly .item:hover b,#fwly .item:hover p{ color:#fff; transition-duration: .3s;}

#fwly .item:hover{ background-color:#f8931f; transition-duration: .3s;}
#fwly .owl-controls .owl-buttons div {
	position: absolute;
	width:22px;
	height:42px;
	color: #FFF;
	margin: 0px;
	padding: 0px 0px;
	font-size: 12px;
	-webkit-border-radius: 0px;
	-moz-border-radius: 0px;
	border-radius: 0px;
	background:none;
	filter: Alpha(Opacity=60);/*IE7 fix*/
	opacity: 0.6;
}
#fwly .owl-controls .owl-buttons div:hover{
	filter: Alpha(Opacity=80);/*IE7 fix*/
	opacity: 0.8;
	text-decoration: none;
}

#fwly .owl-controls .owl-buttons .owl-prev{
  left: -36px;
  top: 50%;
  margin-top:-21px;
  background:url(icon-product-prev.png) no-repeat center center; 
}
 
#fwly .owl-controls .owl-buttons .owl-next{
  right: -36px;
  top: 50%;
  margin-top:-21px;
  background:url(icon-product-next.png) no-repeat center center; 
}
#fwly .owl-controls .owl-page span{
	display: block;
	width: 40px;
	height: 3px;
	margin: 5px 7px;
	filter: Alpha(Opacity=70);/*IE7 fix*/
	opacity:0.7;
	-webkit-border-radius: 0px;
	-moz-border-radius: 0px;
	border-radius: 0px;
	background: #999999;
}
#fwly .owl-controls .owl-page.active span,
#fwly .owl-controls.clickable .owl-page:hover span{
	background: #f2a125;
}
@media ( max-width: 768px){
.fwlybox{ width:100%; background:url(../images/img-index-fwys.jpg) repeat; margin-bottom:20px;}
#fwly { width:100%; margin:auto; padding-top:20px; padding-bottom:30px;}
#fwly .owl-controls .owl-buttons div {
	position:static;
	width:40px;
	height:26px;
	color: #FFF;
	margin: 0px 3px;
	padding: 0px 0px;
	font-size: 12px;
	-webkit-border-radius: 0px;
	-moz-border-radius: 0px;
	border-radius: 0px;
	filter: Alpha(Opacity=100);/*IE7 fix*/
	opacity: 1;
}
#fwly .owl-controls .owl-buttons div:hover{
	filter: Alpha(Opacity=100);/*IE7 fix*/
	opacity: 1;
	text-decoration: none;
}

#fwly .owl-controls .owl-buttons .owl-prev{
  left: -36px;
  top: 50%;
  margin-top:0px;
  background:url(icon-product-prev2.png) no-repeat center center,#f8931f;
  background-size:auto 20px;}
 
#fwly .owl-controls .owl-buttons .owl-next{
  right: -36px;
  top: 50%;
  margin-top:0px;
  background:url(icon-product-next2.png) no-repeat center center,#f8931f; 
  background-size:auto 20px;}
}


/*首页产品*/

